home *** CD-ROM | disk | FTP | other *** search
-
- #include <Dialogs.h>
-
- unsigned short RangedRdm( unsigned short min, unsigned short max );
- #define random() (RangedRdm(0, 65535))
- #if 0
- unsigned short random(void);
- #endif
-
- short isPressed(unsigned short k );
-
- Boolean WNEAvailable(void);
- Boolean HasColorQD(void);
- Boolean HasNewGWorld(void);
- Boolean HasSoundInputDevice(void);
-
- void RandomIndexedColor(short screenDepth);
- void SetIndexedColor(int whichColor);
-
- void SetRandomDarkRGB(void);
- void SetRandomBrightRGB(void);
-
- void PickDarkRGB( RGBColor *rgb);
- void PickBrightRGB( RGBColor *rgb);
-
-
- void
- SetColorDiff(
- RGBColor *rgbTheColor,
- RGBColor *a, RGBColor *b,
- double percent);
-
- void FlashDItem(DialogPtr dlg, int item);
-
- void pstrcat(char *s1, char *s2);
- void pstrcpy( char *s1, char *s2 );
- Boolean HasTimeMgr(void);
-
- long PickDarkIndexColor(void);
- long PickBrightIndexColor(void);